home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.sept.archive / 000047_crash!cs.vu.nl!velschot_Tue, 21 Sep 93 03:02:45 PST.msg < prev    next >
Text File  |  1993-11-02  |  874b  |  21 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Tue, 21 Sep 93 03:02:45 PST
  3. Received: from top.cs.vu.nl by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #18) id m0oeqcz-00005tC; Mon, 20 Sep 93 12:10 PDT
  5. Received: from galjoen.cs.vu.nl by top.cs.vu.nl id aa03013;
  6.           20 Sep 93 21:10 MET DST
  7. Date:     Mon, 20 Sep 93 21:10:08 MET DST
  8. cc:       AmigaE@bkhouse.cts.com
  9. Message-ID:  <9309202110.aa16781@galjoen.cs.vu.nl>
  10. From: Elschot VAW <velschot@cs.vu.nl>
  11. To: Jim Kelly <jkelly@bbs1984.chi.il.us>
  12. Subject: Re:  File Handling
  13.  
  14. read() quickly loads a file into an allocated memory area, a buffer
  15.  
  16. once you've got the file in this buffer, you can quickly access it, and
  17. EG, copy chars into a string until you reach a <RETURN> char.
  18. this seems complicated and messy, but it's MUCH faster than readStr()
  19.  
  20. if you need more help, just say the word...
  21. vTv